Add GearForge - #14807
Merged
runelite-github-app[bot] merged 2 commits intoAug 8, 2026
Merged
Conversation
|
New plugin |
|
This plugin requires reviews from Plugin Hub reviewers. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GearForge, a best-in-slot plugin that works from the gear you actually own.
Repository: https://github.com/marcushill13/gearforge
What it does
Reads your bank once, then answers "of the items I own, what's best?" across four surfaces: saved Setups (with bank filtering), Search (per-slot stat ranking), BiS (best setup per combat style), and Bosses (scored against a boss's real defensive stats, racing every style so it tells you which style to bring).
Notes for review
ItemManager.TagManager.registerTagandBankTagsService.openBankTag, registering a private namespaced tag rather than touching the user's own tags.setRSProfileConfiguration, so alts don't share setups or bank data.Licensing
Plugin code is BSD 2-Clause. Three bundled resources are generated from third-party datasets (osrsbox-db and weirdgloop/osrs-dps-calc), attributed in the README, with the reasoning recorded in
docs/plugin-hub-submission.md. The underlying OSRS Wiki content is CC BY-NC-SA, so the plugin is and will remain free and unmonetised.Happy to adjust anything that doesn't fit the Hub's expectations.
🤖 Generated with Claude Code